From: Axel Lin Date: Wed, 10 Nov 2010 07:47:51 +0000 (+0800) Subject: mfd: Include instead of X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~15427^2~57 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f77401d4da8180211b5fb5b7903ec8d8b22762ab;p=linux-4.9.git mfd: Include instead of As warned by checkpatch.pl, use #include instead of Signed-off-by: Axel Lin Acked-by: Ben Dooks Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c index bc9275c12133..c24bed769fe7 100644 --- a/drivers/mfd/sm501.c +++ b/drivers/mfd/sm501.c @@ -26,7 +26,7 @@ #include #include -#include +#include struct sm501_device { struct list_head list;